#Remember Objects LR./Restore
LMB:Remember the Location and Rotation values for all selected Objects (as "OB" and "OA").**_
RMB:Restore the Rotation values for all Objects in "OB" and "OA".
OB=Remember_selected_Objects_Rot()
OA=Remember_selected_Objects_Loc()
#END
[OnRightMouseButton!]
Restore_Objects_Loc(OA)
Restore_Objects_Rot(OB)
#END


   